-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align with changes in latest ORM (unreleased) #1644
Conversation
hibernate-reactive-core/src/main/java/org/hibernate/reactive/engine/ReactiveActionQueue.java
Fixed
Show fixed
Hide fixed
actionDelegate.getSession() | ||
.getFactory() | ||
.getMetamodel() | ||
.entityPersister( action.getEntityName() ) | ||
.entityPersister( actionDelegate.getEntityName() ) |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation
import org.hibernate.event.spi.EventSource; | ||
import org.hibernate.reactive.engine.ReactiveExecutable; | ||
|
||
public final class ReactiveEntityInsertActionHolder implements Executable, ReactiveExecutable, ComparableExecutable, |
Check warning
Code scanning / CodeQL
Inconsistent compareTo
Looks like exactly the same as #1636 , except some further gradle build script changes? |
Yeah, sorry, I've added you as a reviewer but it was meant more as a FYI |
np, but if it's only additional commits you could have pushed them on the existing PR. |
This PR should work once we have the next 6.2 nightly build (I've tested it locally). |
I don't why, but without it, these tests can stop with a timeout exception. It happens to me wiht MySQL when I test the build with all databases and to Barry when testing MSSQL and JUnit 5. I will review this later
Replaced by #1647 |
Upgrade to Hibernte ORM 6.4.2-SNAPSHOT
Note that until the final version is released, Hibernate Reactive will use the snapshot available from Sonatype.
It will be released tomorrow, so it should not cause too much trouble.
Remember to update the gradle.properties file accordingly if you want to test local changes with ORM.
Superseeds #1636
Fix #1645